Skip to content

Editor: Add group selection. - #34144

Open
Mugen87 wants to merge 1 commit into
mrdoob:devfrom
Mugen87:dev3
Open

Editor: Add group selection.#34144
Mugen87 wants to merge 1 commit into
mrdoob:devfrom
Mugen87:dev3

Conversation

@Mugen87

@Mugen87 Mugen87 commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Fixed #16276.

Description

The PR adds group selection similar to how Blender supports it:

  • When holding "Shift", you can add/remove objects to a group of selected objects.
  • The "a" key can be used to select/unselect all objects. The shortcut is configurable like all others.
  • Objects can be added to a group in the viewport or via the outliner (same for removal).
  • Proper history support.
video.mov

For testing: https://rawcdn.githack.com/mrdoob/three.js/75440962e3ae33a694e7eea495fa353422ce334b/editor/index.html

@Mugen87
Mugen87 requested a review from mrdoob July 30, 2026 14:58
@github-actions

This comment was marked as resolved.

@Ryan-G7

Ryan-G7 commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

I think this feature is very useful—it saves a lot of repeated operations. Also, I was wondering if the release date for r186 has been confirmed yet?

@Mugen87

Mugen87 commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator Author

Also, I was wondering if the release date for r186 has been confirmed yet?

It has been delayed about two weeks. The new release date is August, 19. Is that your question?

@Ryan-G7

Ryan-G7 commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Is that your question?

Yes, exactly. Thanks!

@Mugen87 Mugen87 added this to the r186 milestone Aug 9, 2026
daltino

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Editor:could the editor add Group/Ungroup function ? use ctrl + mouse-left select meshes。

3 participants